GET FILE CREATION$
This command will return the creation date of a file currently pointed to by the use of the FILE FIRST and FILE NEXT commands.
Return String=GET FILE CREATION$()
This command will return the creation date of a file currently pointed to by the use of the FILE FIRST and FILE NEXT commands
cls
find first
repeat
printC "file name= "+get filename$()
printC " file type = "+str$(get file type())
print C" file date = "+str$(get file date$())
print C" file date = "+str$(get file creation$())
find next
until get file type()=-1
do
loop
end
FILE Commands Menu
Index